home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / oddech / flashgame / veonix.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(keyPress P).as next >
Text File  |  2003-03-14  |  118b  |  6 lines

  1. on(keyPress "P"){
  2.    Mouse.hide();
  3.    setProperty(scrittapausa2, _visible, false);
  4.    gotoAndPlay(framepausa);
  5. }
  6.